Skip to content

fix(api): replace runner list overrides - #951

Open
floze-the-genius wants to merge 2 commits into
padok-team:mainfrom
floze-the-genius:fix/420-replace-runner-lists
Open

fix(api): replace runner list overrides#951
floze-the-genius wants to merge 2 commits into
padok-team:mainfrom
floze-the-genius:fix/420-replace-runner-lists

Conversation

@floze-the-genius

Copy link
Copy Markdown

Summary

  • make all remaining OverrideRunnerSpec list fields use layer-level replacement instead of merging repository and layer values
  • preserve repository lists when the layer does not provide an override
  • strengthen regression tests with full ordered structure comparisons while treating nil and empty collections equivalently

Closes #420

Validation

  • go test ./api/v1alpha1
  • go vet ./...
  • make test (Kubernetes envtest 1.36.0 plus Azurite, MinIO, LocalStack, and fake GCS Docker services; cleanup completed)
  • git diff --check

AI assistance disclosure

I used OpenAI Codex to help analyze the issue, implement the change, and update the regression tests. I reviewed the resulting diff and ran the validation commands listed above.

@github-project-automation github-project-automation Bot moved this to 📋 Backlog in Burrito Jul 18, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4be731229b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread api/v1alpha1/common.go Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

Apply the new merge behavior for list everywhere and fix the OverrideRunnerSpec test

2 participants